projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e09850
)
(byte-compile-version): Use $Revision, not $Id.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Aug 1996 23:14:30 +0000
(23:14 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Aug 1996 23:14:30 +0000
(23:14 +0000)
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index 01d3ff0e15f43651b6f58764af8656d532bd0392..9fbff6a3a1db109f05d5845fab9d617d62cae647 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-10,7
+10,7
@@
;;; This version incorporates changes up to version 2.10 of the
;;; Zawinski-Furuseth compiler.
-(defconst byte-compile-version "$
Id
$")
+(defconst byte-compile-version "$
Revision:
$")
;; This file is part of GNU Emacs.